Welcome![Sign In][Sign Up]
Location:
Search - named pipe

Search list

[Exploitwin2k named pipe enumeration

Description: 列举win2k named pipe, 使用本机API,适合初学者学习系统编程-The code enumerates WIN2K NAMED PIPE which is used local API and suit to learner who is studying system programming.
Platform: | Size: 1963 | Author: 王杰 | Hits:

[Process-ThreadConnectionPipe_demo

Description: 不同机器之间使用命名管道(named pipe)通讯-the demo of connection among different pc using named pipe
Platform: | Size: 462848 | Author: 站长 | Hits:

[Windows DevelopNPWsource

Description: Named Pipe Wrapper for Win32 Platforms
Platform: | Size: 5120 | Author: 日报 | Hits:

[Windows DevelopPipeClient

Description: 命名管道客户机源码-named pipe clients FOSS
Platform: | Size: 1880064 | Author: 杨飞 | Hits:

[Windows DevelopPiPeServer

Description: 命名管道服务器源码-named pipe server source
Platform: | Size: 1884160 | Author: 杨飞 | Hits:

[Linux-Unixlinux进程间通信的例子

Description: 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
Platform: | Size: 2048 | Author: wf | Hits:

[Process-Threadnamedpipe

Description: 利用命名管道技术,在进程间进行通信的例程。希望和大家交流。-use named pipes, in the process of communication between the routines. And we hope that the exchanges.
Platform: | Size: 68608 | Author: 彭明 | Hits:

[OS programwin2k named pipe enumeration

Description: 列举win2k named pipe, 使用本机API,适合初学者学习系统编程-The code enumerates WIN2K NAMED PIPE which is used local API and suit to learner who is studying system programming.
Platform: | Size: 2048 | Author: 王杰 | Hits:

[OS programlessonprocess

Description: 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。 -named pipe full advantage of the Windows NT and Windows 2000 built-in security system system. To be named as a pipeline network programming package, which is actually the establishment of a client/server communication system, and in which reliable data transmission. A named pipe is on the Windows file system design of a mechanism, "Named Pipe File System (Named Pipe File System, NPFS) "interface, therefore, client and server can use standard Win32 file system functions (such as : ReadFile and WriteFile) data to the transceiver.
Platform: | Size: 245760 | Author: 李思川 | Hits:

[Process-ThreadNamedPipeClt

Description: 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication on the merits and demerits
Platform: | Size: 29696 | Author: cq_3964 | Hits:

[OS DevelopDLLCallDemo

Description: 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the process of communication tools : File Mapping (filemap) Pipeline (Pipe or NamedPipe) socket (socket) completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
Platform: | Size: 1002496 | Author: 钱青鱼 | Hits:

[Process-Threadqq_chat

Description: the programe like QQ.Please run the programe named parent first,and build the child.Then you will chat between the parent and child. I use the pipe to achieve the communication .-the programe like QQ.Please run the progr named parent me first, and build the child.Then you will chat between t he parent and child. I use the pipe to achieve the communication.
Platform: | Size: 4039680 | Author: yt | Hits:

[Telnet Clientclient

Description: This program is a simple named pipe client that demonstrates the API calls needed to successfully develop a basic named pipe client application. When this application successfully connects to a named pipe, the message "This is a test" is written to the server. There are four basic steps needed to implement a client: 1. Wait for a Named Pipe instance to become available using the WaitNamedPipe() API function. 2. Connect to the Named Pipe using the CreateFile() API function. 3. Send data to or receive data from the server using the WriteFile() and ReadFile() API functions. 4. Close the Named Pipe session using the CloseHandle() API functions.
Platform: | Size: 3072 | Author: sean zhang | Hits:

[Communicationnamepipe

Description: 该程序是一个命名管道通信的例子,包括命名管道服务器和命名管道客户端两部分组成-The program is a named pipe communication examples, including the Named Pipes Named Pipes server and the client is composed of two parts
Platform: | Size: 50176 | Author: 白彬 | Hits:

[Windows DevelopProcessCommunication

Description: Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named pipe. (As for the rest of IPC, such as memory mapping, etc. Mailslot not presented here) Pipeline (pipe) is used for IPC shared memory region. Create a pipeline known as the pipeline process server, and connect to the pipeline as the pipeline of the process of the client. A process to write information to the pipeline, while a process to read information from the pipeline.
Platform: | Size: 153600 | Author: 周晓宇 | Hits:

[Windows DevelopDotNetNamedPipes

Description: Implementing named pipe in csharp
Platform: | Size: 480256 | Author: shailesh | Hits:

[Process-Threadpipe.txt

Description: 管道概述及相关API应用 有名管道概述及相关API应用-Pipeline overview and related API application named pipe API overview and related applications
Platform: | Size: 7168 | Author: wohao | Hits:

[Communicationthe-multi-thread-named-pipe

Description: 这一份源码是多线程命名管道的实现。包括服务器端工程MultiThread和客户机工程client。代码里面有详细的注释,读者应该能够看懂。-This source is the implementation of the multi-threaded named pipes. The package includes the projects of MultiThread and client. There are detailed notes between the codes, and the readers should be able to understand them.
Platform: | Size: 7309312 | Author: laymu | Hits:

[Internet-NetworkCp23-named-pipe-client-

Description: c # 命名管道实现,例子很详细,内容很详细,很简单-c# named pipe implementation
Platform: | Size: 74752 | Author: TN | Hits:

[Embeded LinuxLinux-A-named-pipe-experiment

Description: 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从而实现和服务器程序的通信。测试该程序的功能。 -With the main content of the C programming language, programming in the Linux environment: Named Pipes experiments. Including: study mkfifo command to create a myfifo named pipe with mkfifo () function in the current directory to achieve the same functionality to write a server program server.c content achieve from the pipeline myfifo, read, and displayed in the terminal. Open a command line terminal, run the server, and then open another command line terminal the to " cp files 1 myfifo" command to output the contents of file 1 to myfifo, written test the functionality of the server.c client program to specify file output to functionality of myfifo, in order to achieve communication and server programs. To test the functionality of the program.
Platform: | Size: 9216 | Author: weiwei | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net